home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
4_0
/
FLIGHT
/
DEFINES.H
next >
Wrap
Text File
|
1990-01-26
|
304b
|
19 lines
#define NOT !
#define AND &&
#define NEQ !=
#define EQ ==
#define OR ||
#define COMP ~
#define MOD %
#define SQ(x) ((x)*(x))
#define NIL (0L)
#define ASCIItoNUM(x) ((x)-48)
#define NUMtoASCII(x) ((x)+48)
char *PtoCstr();
char *CtoPstr();
#define ptoc(x) PtoCstr(x)
#define ctop(x) CtoPstr(x)